home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 February / Software of the Month Club 1996 February.iso / pc / dos / dtp / show30 / show30.exe / EXAMPLE2.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-01-15  |  1.4 KB  |  44 lines

  1. @echo off
  2.  
  3. show-pcx MERCURY.pcx blind r
  4. gtext " M E R C U R Y " 1 22 16 40 100
  5. gtext  "  1st Planet   " 3 22 16 40 100
  6.  
  7. gtext " Mercury, which is the     " 18 13 8 90 100  
  8. gtext " second smallest planet,   " 19 13 8 90 100  
  9. gtext " is not much bigger then   " 20 13 8 90 100  
  10. gtext " the Moon. It also looks   " 21 13 8 90 100  
  11. gtext " much like the Moon, being " 22 13 8 90 100  
  12. gtext " covered with large and    " 23 13 8 90 100  
  13. gtext " small craters.            " 24 13 8 90 100  
  14.  
  15. delay 12
  16. clear MERCURY.pcx blind
  17.  
  18. show-pcx VENUS.pcx DRIP
  19. gtext " V E N U S  " 1 24 16 40 80
  20. gtext " 2nd Planet " 3 24 16 40 80
  21.  
  22. gtext " Venus is almost the " 17 19 8 40 80
  23. gtext " same size as Earth  " 18 19 8 40 80 
  24. gtext " and takes 225 days  " 19 19 8 40 80 
  25. gtext " to revolve around   " 20 19 8 40 80 
  26. gtext " the Sun.            " 21 19 8 40 80
  27. delay 10
  28. clear VENUS.pcx weave
  29.  
  30. show-pcx EARTH.pcx explode r
  31. gtext " E A R T H " 1 25 16 70 90
  32. gtext " Our home  " 2 25 16 70 90
  33. gtext " 3rd Planet" 4 25 16 40 90
  34.  
  35. gtext " Earth is the only    " 17 18 8 70 90
  36. gtext " planet known to be   " 18 18 8 70 90
  37. gtext " capable of support-  " 19 18 8 70 90
  38. gtext " ing higher forms of  " 20 18 8 70 90 
  39. gtext " life, although other " 21 18 8 70 90 
  40. gtext " planets also have    " 22 18 8 70 90 
  41. gtext " atmosphere and water." 23 18 8 70 90  
  42. delay 15
  43. clear EARTH.pcx spiral
  44.